home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-07-26 | 662 b | 19 lines | [TEXT/KAHL] |
- //••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
- // //
- // //
- // Copyright PennyWise Software, 1994. //
- // //
- // Part of the PennyWise Software Application Framework //
- // //
- // //
- // TEMPLATE_WINDOW.h Written by Peter Kaplan //
- // //
- // //
- //••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
- #ifndef _TEMPLATE_WINDOW_
- #define _TEMPLATE_WINDOW_
-
- extern void InitTEMPLATE_WINDOWHandlers(void);
- extern void TEMPLATE_WINDOWOpen(void);
-
- #endif